projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
753656f
)
(reftex-index-map): Add `follow-mouse'
author
Carsten Dominik
<dominik@science.uva.nl>
Mon, 27 Feb 2006 07:40:59 +0000
(07:40 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Mon, 27 Feb 2006 07:40:59 +0000
(07:40 +0000)
binding.
lisp/textmodes/reftex-index.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-index.el
b/lisp/textmodes/reftex-index.el
index f005e7a3b873226b4b9bd6e1f6289d6035c8d13b..3601e584aad6153672ed334428cc1b09d37edd74 100644
(file)
--- a/
lisp/textmodes/reftex-index.el
+++ b/
lisp/textmodes/reftex-index.el
@@
-1034,6
+1034,7
@@
When index is restricted, select the previous section as restriction criterion."
;; Index map
(define-key reftex-index-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
'reftex-index-mouse-goto-line-and-hide)
+(define-key reftex-index-map [follow-mouse] 'mouse-face)
(substitute-key-definition
'next-line 'reftex-index-next reftex-index-map global-map)